Function: pixels2centimeters

CALL:

centimeters = pixels2centimeters(pixels)

DESCRIPTION:

Short hand for converting pixels to centimeters.

INPUT:

pixels any
<double> position or dimension in pixels.

OUTPUT:

centimeters any
<double> position or dimension in centimeters.

REVISIONS any
20200626 created